Compare Datatables
Command Prototype
bRet = Datatable.CompareDataTable(dtSrcTable,dtDistTable)
Command Description
Compare the content of two datatables to see if there are differences (compare data only)
Parameter Description
- Required Parameter
- dtSrcTable--The data table to be filtered
- dtDistTable--The data table to be filtered
- return
- bRet--The variable used to save the output of the function call